var crypto/hpke.testingOnlyGenerateKey
5 uses
crypto/hpke (current package)
kem.go#L233: var testingOnlyGenerateKey func() *ecdh.PrivateKey
kem.go#L240: if testingOnlyGenerateKey != nil {
kem.go#L241: privEph = testingOnlyGenerateKey()
pq.go#L200: if testingOnlyGenerateKey != nil {
pq.go#L201: skE = testingOnlyGenerateKey()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |